const runtime._Pidle
10 uses
runtime (current package)
mgc.go#L1204: if pp.status == _Pidle {
proc.go#L2071: if s == _Psyscall && p2.runSafePointFn == 1 && atomic.Cas(&p2.status, s, _Pidle) {
proc.go#L4712: if oldp != nil && oldp.status == _Psyscall && atomic.Cas(&oldp.status, _Psyscall, _Pidle) {
proc.go#L5774: pp.status = _Pidle
proc.go#L5808: pp.status = _Pidle
proc.go#L5866: if pp.m != 0 || pp.status != _Pidle {
proc.go#L5907: pp.status = _Pidle
proc.go#L6258: if atomic.Cas(&pp.status, s, _Pidle) {
runtime2.go#L119: _Pidle = iota
tracestatus.go#L80: case _Pidle, _Pgcstop:
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |